home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / offumac / MOBILE.DIR / 00017_Script_Pezza 16 < prev    next >
Text File  |  1999-04-28  |  501b  |  17 lines

  1. on mouseWithin me
  2.   global acca, vu, acca1, vu1
  3.   
  4.   repeat with x= 35 to 44
  5.     set the loch of sprite 1 to the loch of sprite 1-5
  6.     set the locv of sprite 1 to the locv of sprite 1-3
  7.     set the loch of sprite x to the loch of sprite x-10
  8.     set the locv of sprite x to the locv of sprite x-5
  9.     put the loch of sprite 1 into acca
  10.     put the locv of sprite 1 into vu
  11.     put the loch of sprite x into acca1
  12.     put the locv of sprite x into vu1 
  13.   end repeat
  14.     
  15.   remix
  16.   
  17. end